Lines Matching refs:null

36 …trategy, ?ParserInterface $typeParser = null, ?CompilableExpressionEvaluatorInterface $expressionE…
69 $excludeAll = null !== $exclude ? 'true' === strtolower((string) $exclude) : false;
75 if (null !== $accessorOrder = $elem->attributes()->{'accessor-order'}) {
79 if (null !== $xmlRootName = $elem->attributes()->{'xml-root-name'}) {
83 if (null !== $xmlRootNamespace = $elem->attributes()->{'xml-root-namespace'}) {
86 if (null !== $xmlRootPrefix = $elem->attributes()->{'xml-root-prefix'}) {
120 $prefix = null;
165 $propertiesNodes[] = $pElems ? reset($pElems) : null;
175 if (null !== $exclude = $pElem->attributes()->exclude) {
183 if (null !== $expose = $pElem->attributes()->expose) {
187 if (null !== $excludeIf = $pElem->attributes()->{'exclude-if'}) {
191 if (null !== $skip = $pElem->attributes()->{'skip-when-empty'}) {
195 if (null !== $excludeIf = $pElem->attributes()->{'expose-if'}) {
200 if (null !== $version = $pElem->attributes()->{'since-version'}) {
204 if (null !== $version = $pElem->attributes()->{'until-version'}) {
208 if (null !== $serializedName = $pElem->attributes()->{'serialized-name'}) {
212 if (null !== $type = $pElem->attributes()->type) {
218 if (null !== $groups = $pElem->attributes()->groups) {
300 if (null !== $readOnly = $pElem->attributes()->{'read-only'}) {
310 $getter ? (string) $getter : null,
311 $setter ? (string) $setter : null
314 if (null !== $inline = $pElem->attributes()->inline) {
328 if (!empty($pElem) && null !== $name = $pElem->attributes()->name) {