Home
last modified time | relevance | path

Searched refs:objs (Results 1 – 16 of 16) sorted by relevance

/PHP-8.4/ext/date/tests/
H A Dbug49700.phpt8 $objs = array();
9 $objs[1] = new DateTime();
11 unset($objs);
/PHP-8.4/Zend/tests/
H A Dgh13670_002.phpt37 global $objs, $defaultThreshold;
45 foreach (array_slice($objs, 0, $defaultThreshold) as $obj) {
51 $objs = [];
54 $objs[] = $obj;
59 foreach ($objs as $obj) {
H A Dgh13670_003.phpt37 global $objs, $defaultThreshold;
45 foreach (array_slice($objs, 0, $defaultThreshold) as $obj) {
51 $objs = [];
54 $objs[] = $obj;
61 foreach (array_slice($objs, -10) as $obj) {
H A Dgh13569.phpt7 $objs = [];
9 $objs[] = $obj = new stdClass;
H A Dgh13670_001.phpt34 $objs = [];
37 $objs[] = $obj;
/PHP-8.4/Zend/tests/type_declarations/
H A Dtyped_properties_039.phpt14 $objs = [new A, new A];
17 foreach ($objs as $obj) {
24 var_dump($objs);
/PHP-8.4/ext/dom/lexbor/lexbor/css/
H A Dcss.c43 if (memory->objs == NULL) { in lxb_css_memory_init()
44 memory->objs = lexbor_dobject_create(); in lxb_css_memory_init()
45 status = lexbor_dobject_init(memory->objs, prepare_count, size_mem); in lxb_css_memory_init()
83 if (memory->objs != NULL) { in lxb_css_memory_clean()
84 lexbor_dobject_clean(memory->objs); in lxb_css_memory_clean()
103 if (memory->objs != NULL) { in lxb_css_memory_destroy()
104 memory->objs = lexbor_dobject_destroy(memory->objs, true); in lxb_css_memory_destroy()
H A Dbase.h31 lexbor_dobject_t *objs; member
/PHP-8.4/ext/pdo/tests/
H A Dpdo_018.phpt92 $objs = array();
93 $objs[0] = new stdClass;
94 $objs[1] = new TestBase;
95 $objs[2] = new TestDerived;
96 $objs[3] = new TestLeaf;
103 foreach($objs as $obj)
124 foreach($objs as $idx => $obj)
/PHP-8.4/ext/dom/lexbor/lexbor/selectors-adapted/
H A Dselectors.h111 lexbor_dobject_t *objs; member
H A Dselectors.c216 selectors->objs = lexbor_dobject_create(); in lxb_selectors_init()
217 status = lexbor_dobject_init(selectors->objs, in lxb_selectors_init()
238 lexbor_dobject_clean(selectors->objs); in lxb_selectors_clean()
245 selectors->objs = lexbor_dobject_destroy(selectors->objs, true); in lxb_selectors_destroy()
344 entry = lexbor_dobject_calloc(selectors->objs); in lxb_selectors_find()
373 entry = lexbor_dobject_calloc(selectors->objs); in lxb_selectors_match_node()
529 next = lexbor_dobject_calloc(selectors->objs); in lxb_selectors_state_find()
620 next = lexbor_dobject_calloc(selectors->objs); in lxb_selectors_state_find_check()
702 next = lexbor_dobject_calloc(selectors->objs); in lxb_selectors_state_find_check()
/PHP-8.4/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.h101 lexbor_dobject_t *objs; member
H A Dselectors.c128 selectors->objs = lexbor_dobject_create(); in lxb_selectors_init()
129 status = lexbor_dobject_init(selectors->objs, in lxb_selectors_init()
150 lexbor_dobject_clean(selectors->objs); in lxb_selectors_clean()
161 selectors->objs = lexbor_dobject_destroy(selectors->objs, true); in lxb_selectors_destroy()
266 entry = lexbor_dobject_calloc(selectors->objs); in lxb_selectors_find()
298 entry = lexbor_dobject_calloc(selectors->objs); in lxb_selectors_match_node()
461 next = lexbor_dobject_calloc(selectors->objs); in lxb_selectors_state_find()
560 next = lexbor_dobject_calloc(selectors->objs); in lxb_selectors_state_find_check()
646 next = lexbor_dobject_calloc(selectors->objs); in lxb_selectors_state_find_check()
/PHP-8.4/ext/dom/lexbor/lexbor/css/selectors/
H A Dselector.c113 lxb_css_selector_t *selector = lexbor_dobject_calloc(list->memory->objs); in lxb_css_selector_create()
132 lexbor_dobject_free(memory->objs, selector); in lxb_css_selector_destroy()
173 list = lexbor_dobject_calloc(mem->objs); in lxb_css_selector_list_create()
215 lexbor_dobject_free(list->memory->objs, list); in lxb_css_selector_list_destroy()
/PHP-8.4/build/
H A Dltmain.sh1163 objs=
1872 objs="$objs $arg"
3171 objs="$objs$old_deplibs"
3199 if test -n "$objs"; then
3495 oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
4306 if test -n "$objs$old_deplibs"; then
4347 …reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.…
4620 progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
/PHP-8.4/win32/build/
H A Dconfutils.js1408 var objs = null;

Completed in 40 milliseconds